.qx-header .qx-header-top {
  height: 56px;
  background-color: #125FB7;
}
.qx-header .header-bg {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.qx-header .qx-header-bottom {
  height: 285px;
  position: relative;
}
.qx-header .qx-header-content {
  position: relative;
  z-index: 1;
  padding-top: 37px;
}
.qx-header .qx-logo {
  width: 520px;
  height: 84px;
}
.qx-header .search-form {
  width: 527px;
  height: 49px;
  border: 1px solid #F2F3F4;
  border-radius: 5px;
}
.qx-header .search-btn {
  width: 78px;
  height: 49px;
  background: linear-gradient(0deg, #015EEA, #125FB7);
  font-size: 18px;
  font-weight: bold;
  color: #F2F3F4;
  cursor: pointer;
  padding: 0 20px;
}
